home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-18 | 1.6 KB | 43 lines | [TEXT/ttxt] |
- ######################################################################
- ##
- ## Copyright (c) 1994 Carnegie Mellon University
- ## All rights reserved.
- ##
- ## Use and copying of this software and preparation of derivative
- ## works based on this software are permitted, including commercial
- ## use, provided that the following conditions are observed:
- ##
- ## 1. This copyright notice must be retained in full on any copies
- ## and on appropriate parts of any derivative works.
- ## 2. Documentation (paper or online) accompanying any system that
- ## incorporates this software, or any part of it, must acknowledge
- ## the contribution of the Gwydion Project at Carnegie Mellon
- ## University.
- ##
- ## This software is made available "as is". Neither the authors nor
- ## Carnegie Mellon University make any warranty about the software,
- ## its performance, or its conformity to any specification.
- ##
- ## Bug reports, questions, comments, and suggestions should be sent by
- ## E-mail to the Internet address "gwydion-bugs@cs.cmu.edu".
- ##
- ######################################################################
- ##
- ## $Header: Config,v 1.3 94/06/29 03:32:30 wlott Exp $
- ##
- ## This is the top-level source Config file for Mindy. It is included by
- ## all the makefiles in the various subdirectories. Hence, it is useful
- ## for setting system-wide variables, like CFLAGS and CC.
- ##
-
- CFLAGS = -g -Wall -O4 -finline-functions
- CC = gcc
- LEX = flex
-
- ##
- ## Change this to point to where you will be installing Mindy. The
- ## instilation process will create two subdirectories, bin and lib, if
- ## they do not already exist.
- ##
- DESTDIR = /afs/cs.cmu.edu/project/gwydion/mindy
-